@font-face {
	font-family: 'Brutal Type';
	src: url('/files/storage/BrutalType.eot');
	src: local('Brutal Type'), local('BrutalType'),
		url('/files/storage/BrutalType.eot?#iefix') format('embedded-opentype'),
		url('/files/storage/BrutalType.woff2') format('woff2'),
		url('/files/storage/BrutalType.woff') format('woff'),
		url('/files/storage/BrutalType.ttf') format('truetype');
}

@font-face {
	font-family: 'Brutal Type Medium';
	src: url('/files/storage/BrutalType-Medium.eot');
	src: local('Brutal Type Medium'), local('BrutalType-Medium'),
		url('/files/storage/BrutalType-Medium.eot?#iefix') format('embedded-opentype'),
		url('/files/storage/BrutalType-Medium.woff2') format('woff2'),
		url('/files/storage/BrutalType-Medium.woff') format('woff'),
		url('/files/storage/BrutalType-Medium.ttf') format('truetype');
}

.btn-main {
	background: #ff7745 !important;
	color: rgb(255, 255, 255) !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	padding: 10px 30px 10px 30px;
	border-radius: 10px;
	transition: all .4s ease;
}

.btn-main:hover {
	background: #E8602E !important;
}

.hide,
.hideblock,
.hideblockhideblock,
.hideblockhideblockhideblock,
.hideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblock,
.hideblockhideblockhideblockhideblockhideblockhideblockhideblockhideblock {
	display: none !important;
	margin: 0px !important;
}

.phone-btn {
	text-decoration: none;
	transition: color .5s ease;
}

.phone-btn:hover {
	color: rgba(237, 28, 36, 1) !important;
}

.clearEl div {
	opacity: 0;
	pointer-events: none;
}

.preload {
	opacity: 1 !important;
	display: flex;
	position: absolute;
	top: auto;
	left: auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.forzind {
	z-index: 10 !important;
}

.forzind1 {
	z-index: 9 !important;
}

#myInputCity {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	border: none;
	outline: 0;
	background: transparent;
	color: white;
}

#myInputCity::placeholder {
	color: white;
}

.listFromDC {
	max-height: 85vh;
	overflow-y: auto;
}

#cities-list,
#other-list,
#searchList {
	font-size: 130%;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 50px;
	margin-bottom: 10px;
}

#cities-list,
#other-list {
	columns: 3 300px;
}

.chCity-close {
	cursor: pointer;
}

@media(max-width: 767px) {
	#i13233 {
		min-width: 100% !important;
	}

	#i13233>div {
		border: none !important;
	}
}

@media(max-width:639px) {
	.nav-tarifs {
		background-color: inherit !important;
		max-width: 320px !important;
	}

	.nav-tarifs a {
		border: 1px solid rgb(138, 138, 138) !important;
	}

	.nav-tarifs div {
		min-width: 100% !important;
	}
}

@media(max-width: 1023px) {
	#b5077 {
		background: none;
		background-color: rgb(255, 255, 255) !important;
	}
}



h1.h1b,
h2.h2b,
h3.h3b,
h4.h4b {
	color: rgb(38, 38, 38) !important;
}

@media(max-width: 1365px) {

	h1.h1b,
	h2.h2b,
	h3.h3b,
	h4.h4b,
	h1.h1w,
	h2.h2w,
	h3.h3w,
	h4.h4w {
		font-size: 90% !important;
	}
}

@media(max-width: 1023px) {

	h1.h1b,
	h2.h2b,
	h3.h3b,
	h4.h4b,
	h1.h1w,
	h2.h2w,
	h3.h3w,
	h4.h4w {
		font-size: 70% !important;
		line-height: 34px !important;
	}
}

h1.h1w,
h2.h2w,
h3.h3w,
h4.h4w {
	color: rgb(255, 255, 255) !important;
}

.text-main {
	color: rgb(38, 38, 38) !important;
}

.all-tarifs {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20px 10px;
	line-height: 1.4;
}

.tarifscard {
	flex: 0 1 460px;
	color: #262626;
	font-size: 24px;
	border-radius: 16px;
	background-color: #fff;
	transition: all .5s ease;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #e8e8e8;
}

.tarifscard:hover {
	box-shadow: 0 0 10px #e8e8e8;
}

.tarifs-up {
	background-color: #e8b771;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	padding: 6px 0 10px;
	min-height: 34px;
	box-sizing: border-box;
}

.card-header {
	box-sizing: border-box;
	background-color: #ececec;
	padding: 30px;
	min-height: 162px;
}

.card-body {
	padding: 30px;
	flex-grow: 1;
	font-weight: 600;
}

.tarifs-name {
	font-size: 32px;
	font-weight: 700;
}

.tarifs-desc {
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.card-ap {
	border-top: 1px solid #d9d9d9;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	padding: 40px 0 20px;
	position: relative;
}

.card-ap::before {
	content: attr(data-apnext);
	position: absolute;
	top: 10px;
	text-decoration: line-through;
	color: #999999;
	font-size: 24px;
	left: 0;
	width: 100%;
}

.tarifs-btn {
	display: block;
	width: 80%;
	font-size: 18px;
	text-decoration: none;
	padding: 14px 0;
	border-radius: 8px;
	color: #fff;
	background-color: #ff7745;
	transition: all .5s ease;
	margin: 0 auto;
}

.tarifs-btn:hover {
	background-color: #e8602e;
}

.card-footer {
	padding: 0 30px 30px;
	text-align: center;
}

.tooltip {
	position: fixed;
	padding: 8px 10px;
	border: 1px solid #191919;
	border-radius: 10px;
	font: 10px/1.3 sans-serif;
	color: #FFFFFF;
	background: #191919;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .0);
}
